home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.micon._currentframe == 44)
- {
- if(_root.even35 == 1)
- {
- _root.indicount = 100;
- _root.indialogue = "And He\'s a... superfly, superfly!";
- _root.micon.gotoAndStop(1);
- _root.sfx.gotoAndStop(3);
- i = 1;
- while(i < 40)
- {
- if(_root.inven["box" + i]._currentframe == 29)
- {
- _root.inven["box" + i].gotoAndStop(26);
- }
- i++;
- }
- gotoAndStop(26);
- }
- else
- {
- _root.indicount = 100;
- _root.indialogue = "I don\'t wanna use this on Tedward, I don\'t know what it will do to him.";
- }
- }
- }
-